DomainObjects Class Library

Query.GetCount Method (Criteria)

Returns the total number of rows matching the given criteria, including duplicates and null values. Translates to a

COUNT(*)
query in SQL.

public static int <ClassToFind>GetCount(
   Criteria criteria
); where ClassToFind: PersistableObject

See Also

Query Class | DomainObjects.Facade.Command Namespace | Query.GetCount Overload List